﻿2026-07-28T00:13:10.9310994Z ##[group]Run set -euo pipefail
2026-07-28T00:13:10.9311303Z [36;1mset -euo pipefail[0m
2026-07-28T00:13:10.9311512Z [36;1mPIN=0c95435[0m
2026-07-28T00:13:10.9311717Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-28T00:13:10.9311975Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-28T00:13:10.9312318Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-28T00:13:10.9312762Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-28T00:13:10.9313173Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-28T00:13:10.9313509Z [36;1m  rm -rf "$CACHE"[0m
2026-07-28T00:13:10.9313740Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-28T00:13:10.9314002Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-28T00:13:10.9314336Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-28T00:13:10.9314670Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-28T00:13:10.9314937Z [36;1mfi[0m
2026-07-28T00:13:10.9315210Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-28T00:13:10.9327838Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-28T00:13:10.9328123Z env:
2026-07-28T00:13:10.9328314Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-28T00:13:10.9328677Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30315428232-1-DSLg1W
2026-07-28T00:13:10.9329432Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30315428232-1-DSLg1W
2026-07-28T00:13:10.9329890Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30315428232-1-DSLg1W
2026-07-28T00:13:10.9330371Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30315428232-1-DSLg1W
2026-07-28T00:13:10.9330710Z ##[endgroup]
2026-07-28T00:13:11.2290027Z    Compiling proc-macro2 v1.0.106
2026-07-28T00:13:11.2290457Z    Compiling unicode-ident v1.0.24
2026-07-28T00:13:11.2290772Z    Compiling quote v1.0.45
2026-07-28T00:13:11.2291062Z    Compiling libc v0.2.186
2026-07-28T00:13:11.2291480Z    Compiling serde_core v1.0.228
2026-07-28T00:13:11.2292547Z    Compiling cfg-if v1.0.4
2026-07-28T00:13:11.2316456Z    Compiling serde v1.0.228
2026-07-28T00:13:11.2359350Z    Compiling log v0.4.32
2026-07-28T00:13:11.2391577Z    Compiling pin-project-lite v0.2.17
2026-07-28T00:13:11.2392223Z    Compiling portable-atomic v1.13.1
2026-07-28T00:13:11.2446055Z    Compiling typenum v1.20.1
2026-07-28T00:13:11.2543439Z    Compiling version_check v0.9.5
2026-07-28T00:13:11.2605282Z    Compiling memchr v2.8.1
2026-07-28T00:13:11.2606963Z    Compiling shlex v2.0.1
2026-07-28T00:13:11.2607960Z    Compiling critical-section v1.2.0
2026-07-28T00:13:11.2921235Z    Compiling find-msvc-tools v0.1.9
2026-07-28T00:13:11.3206083Z    Compiling bytes v1.11.1
2026-07-28T00:13:11.3300929Z    Compiling subtle v2.6.1
2026-07-28T00:13:11.3852422Z    Compiling futures-core v0.3.32
2026-07-28T00:13:11.4903909Z    Compiling smallvec v1.15.1
2026-07-28T00:13:11.4975988Z    Compiling equivalent v1.0.2
2026-07-28T00:13:11.5103123Z    Compiling itoa v1.0.18
2026-07-28T00:13:11.5457100Z    Compiling semver v1.0.28
2026-07-28T00:13:11.5834409Z    Compiling stable_deref_trait v1.2.1
2026-07-28T00:13:11.6021074Z    Compiling slab v0.4.12
2026-07-28T00:13:11.6101258Z    Compiling generic-array v0.14.7
2026-07-28T00:13:11.6401203Z    Compiling futures-sink v0.3.32
2026-07-28T00:13:11.6722777Z    Compiling futures-io v0.3.32
2026-07-28T00:13:11.6723411Z    Compiling futures-task v0.3.32
2026-07-28T00:13:11.7392080Z    Compiling futures-channel v0.3.32
2026-07-28T00:13:11.7534428Z    Compiling rand_core v0.10.1
2026-07-28T00:13:11.7940745Z    Compiling hashbrown v0.17.1
2026-07-28T00:13:11.8150538Z    Compiling rustversion v1.0.22
2026-07-28T00:13:11.8670697Z    Compiling rustc_version v0.4.1
2026-07-28T00:13:11.8920780Z    Compiling bitflags v2.12.1
2026-07-28T00:13:11.8990672Z    Compiling getrandom v0.4.2
2026-07-28T00:13:11.9031031Z    Compiling cpufeatures v0.2.17
2026-07-28T00:13:11.9181880Z    Compiling fnv v1.0.7
2026-07-28T00:13:12.0110354Z    Compiling cfg_aliases v0.2.1
2026-07-28T00:13:12.0180485Z    Compiling strsim v0.11.1
2026-07-28T00:13:12.0550407Z    Compiling litemap v0.8.2
2026-07-28T00:13:12.0809856Z    Compiling writeable v0.6.3
2026-07-28T00:13:12.1120182Z    Compiling dunce v1.0.5
2026-07-28T00:13:12.1420325Z    Compiling fs_extra v1.3.0
2026-07-28T00:13:12.1510344Z    Compiling utf8_iter v1.0.4
2026-07-28T00:13:12.2070843Z    Compiling icu_properties_data v2.2.0
2026-07-28T00:13:12.2875317Z    Compiling icu_normalizer_data v2.2.0
2026-07-28T00:13:12.3000789Z    Compiling ident_case v1.0.1
2026-07-28T00:13:12.3250955Z    Compiling autocfg v1.5.1
2026-07-28T00:13:12.3550443Z    Compiling percent-encoding v2.3.2
2026-07-28T00:13:12.4101014Z    Compiling http v1.4.1
2026-07-28T00:13:12.5190765Z    Compiling aws-lc-rs v1.17.0
2026-07-28T00:13:12.5640919Z    Compiling thiserror v2.0.18
2026-07-28T00:13:12.5740974Z    Compiling cpufeatures v0.3.0
2026-07-28T00:13:12.6230748Z    Compiling unicode-segmentation v1.13.3
2026-07-28T00:13:12.6660641Z    Compiling syn v2.0.117
2026-07-28T00:13:12.7050782Z    Compiling scopeguard v1.2.0
2026-07-28T00:13:12.7330575Z    Compiling chacha20 v0.10.0
2026-07-28T00:13:12.7580509Z    Compiling form_urlencoded v1.2.2
2026-07-28T00:13:12.7890556Z    Compiling lock_api v0.4.14
2026-07-28T00:13:12.8210760Z    Compiling indexmap v2.14.0
2026-07-28T00:13:12.8520710Z    Compiling untrusted v0.9.0
2026-07-28T00:13:12.8620273Z    Compiling heck v0.5.0
2026-07-28T00:13:12.9090819Z    Compiling rustls v0.23.40
2026-07-28T00:13:12.9380380Z    Compiling unicode-xid v0.2.6
2026-07-28T00:13:12.9890377Z    Compiling anyhow v1.0.102
2026-07-28T00:13:13.0160266Z    Compiling atomic-waker v1.1.2
2026-07-28T00:13:13.0220230Z    Compiling const-oid v0.10.2
2026-07-28T00:13:13.0319717Z    Compiling parking_lot_core v0.9.12
2026-07-28T00:13:13.0820619Z    Compiling httparse v1.10.1
2026-07-28T00:13:13.0987116Z    Compiling convert_case v0.10.0
2026-07-28T00:13:13.1110754Z    Compiling zerocopy v0.8.50
2026-07-28T00:13:13.1710382Z    Compiling jobserver v0.1.34
2026-07-28T00:13:13.1870573Z    Compiling paste v1.0.15
2026-07-28T00:13:13.1940507Z    Compiling num-traits v0.2.19
2026-07-28T00:13:13.2191366Z    Compiling hybrid-array v0.4.12
2026-07-28T00:13:13.2970934Z    Compiling curve25519-dalek v4.1.3
2026-07-28T00:13:13.3160707Z    Compiling ahash v0.8.12
2026-07-28T00:13:13.3900874Z    Compiling crypto-common v0.1.7
2026-07-28T00:13:13.3980834Z    Compiling block-buffer v0.10.4
2026-07-28T00:13:13.4306659Z    Compiling fastrand v2.4.1
2026-07-28T00:13:13.5274242Z    Compiling cc v1.2.63
2026-07-28T00:13:13.5283279Z    Compiling digest v0.10.7
2026-07-28T00:13:13.5501245Z    Compiling either v1.16.0
2026-07-28T00:13:13.5540671Z    Compiling base64ct v1.8.3
2026-07-28T00:13:13.5590796Z    Compiling powerfmt v0.2.0
2026-07-28T00:13:13.5913083Z    Compiling http-body v1.0.1
2026-07-28T00:13:13.7359101Z    Compiling deranged v0.5.8
2026-07-28T00:13:13.8690444Z    Compiling pem-rfc7468 v1.0.0
2026-07-28T00:13:13.8851213Z    Compiling zmij v1.0.21
2026-07-28T00:13:13.9075409Z    Compiling tinyvec_macros v0.1.1
2026-07-28T00:13:13.9658891Z    Compiling mio v1.2.1
2026-07-28T00:13:13.9701295Z    Compiling socket2 v0.6.4
2026-07-28T00:13:14.0046722Z    Compiling getrandom v0.2.17
2026-07-28T00:13:14.0990778Z    Compiling data-encoding v2.11.0
2026-07-28T00:13:14.1484873Z    Compiling pkg-config v0.3.33
2026-07-28T00:13:14.1769251Z    Compiling rand_core v0.6.4
2026-07-28T00:13:14.1951928Z    Compiling vcpkg v0.2.15
2026-07-28T00:13:14.2188551Z    Compiling tower-service v0.3.3
2026-07-28T00:13:14.2968073Z    Compiling rand v0.10.1
2026-07-28T00:13:14.3180724Z    Compiling uuid v1.23.2
2026-07-28T00:13:14.3429436Z    Compiling num-conv v0.2.2
2026-07-28T00:13:14.3620359Z    Compiling base64 v0.22.1
2026-07-28T00:13:14.4510458Z    Compiling try-lock v0.2.5
2026-07-28T00:13:14.4550538Z    Compiling time-core v0.1.8
2026-07-28T00:13:14.5220359Z    Compiling parking_lot v0.12.5
2026-07-28T00:13:14.5831000Z    Compiling want v0.3.1
2026-07-28T00:13:14.6480352Z    Compiling block-buffer v0.12.0
2026-07-28T00:13:14.6560398Z    Compiling crypto-common v0.2.2
2026-07-28T00:13:14.7597404Z    Compiling tinyvec v1.11.0
2026-07-28T00:13:14.8420438Z    Compiling cmake v0.1.58
2026-07-28T00:13:14.8650983Z    Compiling sha2 v0.10.9
2026-07-28T00:13:14.8871049Z    Compiling inout v0.1.4
2026-07-28T00:13:14.9270621Z    Compiling vergen-lib v9.1.0
2026-07-28T00:13:15.0067558Z    Compiling n0-future v0.3.2
2026-07-28T00:13:15.0177388Z    Compiling parking v2.2.1
2026-07-28T00:13:15.1030660Z    Compiling serde_json v1.0.150
2026-07-28T00:13:15.2265278Z    Compiling signature v2.2.0
2026-07-28T00:13:15.2391439Z    Compiling httpdate v1.0.3
2026-07-28T00:13:15.2393776Z    Compiling spin v0.10.0
2026-07-28T00:13:15.2472772Z    Compiling cordyceps v0.3.4
2026-07-28T00:13:15.2690839Z    Compiling diatomic-waker v0.2.3
2026-07-28T00:13:15.2878003Z    Compiling winnow v1.0.3
2026-07-28T00:13:15.3096832Z    Compiling crossbeam-utils v0.8.21
2026-07-28T00:13:15.3400716Z    Compiling ed25519 v2.2.3
2026-07-28T00:13:15.3830469Z    Compiling futures-lite v2.6.1
2026-07-28T00:13:15.4020930Z    Compiling cipher v0.4.4
2026-07-28T00:13:15.4201168Z    Compiling netlink-packet-core v0.8.1
2026-07-28T00:13:15.4371083Z    Compiling universal-hash v0.5.1
2026-07-28T00:13:15.5028704Z    Compiling vergen-lib v0.1.6
2026-07-28T00:13:15.5487287Z    Compiling vergen v9.1.0
2026-07-28T00:13:15.5710228Z    Compiling heapless v0.7.17
2026-07-28T00:13:15.5950745Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-28T00:13:15.6258002Z    Compiling digest v0.11.3
2026-07-28T00:13:15.6546396Z    Compiling futures-buffered v0.2.13
2026-07-28T00:13:15.6670718Z    Compiling noq-udp v0.10.0
2026-07-28T00:13:15.6960729Z    Compiling sync_wrapper v1.0.2
2026-07-28T00:13:15.7750428Z    Compiling byteorder v1.5.0
2026-07-28T00:13:15.7900748Z    Compiling allocator-api2 v0.2.21
2026-07-28T00:13:15.8060258Z    Compiling opaque-debug v0.3.1
2026-07-28T00:13:15.8177527Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-28T00:13:15.8331234Z    Compiling aws-lc-sys v0.41.0
2026-07-28T00:13:15.8436960Z    Compiling ring v0.17.14
2026-07-28T00:13:15.8437898Z    Compiling libsqlite3-sys v0.30.1
2026-07-28T00:13:15.8798184Z    Compiling polyval v0.6.2
2026-07-28T00:13:15.9612666Z    Compiling hash32 v0.2.1
2026-07-28T00:13:16.0706999Z    Compiling spin v0.9.8
2026-07-28T00:13:16.1001479Z    Compiling vergen-gitcl v1.0.8
2026-07-28T00:13:16.1170771Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-28T00:13:16.1290421Z    Compiling tower-layer v0.3.3
2026-07-28T00:13:16.2020633Z    Compiling signature v3.0.0
2026-07-28T00:13:16.2660535Z    Compiling fallible-iterator v0.3.0
2026-07-28T00:13:16.2890011Z    Compiling ryu v1.0.23
2026-07-28T00:13:16.3209718Z    Compiling num_threads v0.1.7
2026-07-28T00:13:16.3528023Z    Compiling ghash v0.5.1
2026-07-28T00:13:16.3710575Z    Compiling sha2 v0.11.0-rc.5
2026-07-28T00:13:16.3860907Z    Compiling ctr v0.9.2
2026-07-28T00:13:16.4764630Z    Compiling time v0.3.47
2026-07-28T00:13:16.4766634Z    Compiling aes v0.8.4
2026-07-28T00:13:16.5206833Z    Compiling fs2 v0.4.3
2026-07-28T00:13:16.5741371Z    Compiling http-body-util v0.1.3
2026-07-28T00:13:16.6620600Z    Compiling aead v0.5.2
2026-07-28T00:13:16.7180951Z    Compiling arrayvec v0.7.6
2026-07-28T00:13:16.7960577Z    Compiling utf8parse v0.2.2
2026-07-28T00:13:16.8770636Z    Compiling openssl-probe v0.2.1
2026-07-28T00:13:16.9209105Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-28T00:13:16.9352420Z    Compiling crossbeam-epoch v0.9.18
2026-07-28T00:13:16.9734958Z    Compiling crossbeam-channel v0.5.15
2026-07-28T00:13:17.0130686Z    Compiling blake3 v1.8.5
2026-07-28T00:13:17.0481813Z    Compiling netlink-packet-route v0.29.0
2026-07-28T00:13:17.1044304Z    Compiling memoffset v0.6.5
2026-07-28T00:13:17.2380709Z    Compiling aes-gcm v0.10.3
2026-07-28T00:13:17.3740924Z    Compiling acto v0.8.2
2026-07-28T00:13:17.3920471Z    Compiling noq v0.18.0
2026-07-28T00:13:17.4930962Z    Compiling netwatch v0.16.0
2026-07-28T00:13:17.5078700Z    Compiling identity-hash v0.1.0
2026-07-28T00:13:17.5238879Z    Compiling sorted-index-buffer v0.2.1
2026-07-28T00:13:17.6157510Z    Compiling thiserror v1.0.69
2026-07-28T00:13:17.6397700Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-28T00:13:17.6871230Z    Compiling ref-cast v1.0.25
2026-07-28T00:13:17.6940435Z    Compiling rustix v1.1.4
2026-07-28T00:13:17.7550820Z    Compiling lru-slab v0.1.2
2026-07-28T00:13:17.7624472Z    Compiling rustc-hash v2.1.2
2026-07-28T00:13:17.8949753Z    Compiling xml-rs v0.8.28
2026-07-28T00:13:17.9171955Z    Compiling tagptr v0.2.0
2026-07-28T00:13:17.9850923Z    Compiling foldhash v0.2.0
2026-07-28T00:13:18.0021623Z    Compiling mac-addr v0.3.0
2026-07-28T00:13:18.1594348Z    Compiling hashbrown v0.16.1
2026-07-28T00:13:18.1663592Z    Compiling synstructure v0.13.2
2026-07-28T00:13:18.1962700Z    Compiling darling_core v0.20.11
2026-07-28T00:13:18.2110491Z    Compiling serde_derive_internals v0.29.1
2026-07-28T00:13:18.3670605Z    Compiling netlink-packet-route v0.30.0
2026-07-28T00:13:18.9119325Z    Compiling proc-macro-crate v3.5.0
2026-07-28T00:13:18.9256480Z    Compiling xmltree v0.10.3
2026-07-28T00:13:19.0719850Z    Compiling serial-core v0.4.0
2026-07-28T00:13:19.1635047Z    Compiling errno v0.3.14
2026-07-28T00:13:19.2060970Z    Compiling ioctl-rs v0.1.6
2026-07-28T00:13:19.2210669Z    Compiling termios v0.2.2
2026-07-28T00:13:19.3160896Z    Compiling aho-corasick v1.1.4
2026-07-28T00:13:19.3309412Z    Compiling simple-dns v0.9.3
2026-07-28T00:13:19.3385384Z    Compiling winnow v0.7.15
2026-07-28T00:13:19.3696819Z    Compiling sha1_smol v1.0.1
2026-07-28T00:13:19.3983261Z    Compiling simdutf8 v0.1.5
2026-07-28T00:13:19.4120901Z    Compiling smol_str v0.1.24
2026-07-28T00:13:19.5540693Z    Compiling regex-syntax v0.8.10
2026-07-28T00:13:19.5550669Z    Compiling toml_write v0.1.2
2026-07-28T00:13:19.6031340Z    Compiling resolv-conf v0.7.6
2026-07-28T00:13:19.6380703Z    Compiling arrayref v0.3.9
2026-07-28T00:13:19.6853364Z    Compiling constant_time_eq v0.4.2
2026-07-28T00:13:19.7941031Z    Compiling linux-raw-sys v0.12.1
2026-07-28T00:13:19.8021030Z    Compiling signal-hook v0.3.18
2026-07-28T00:13:19.8980749Z    Compiling serial-unix v0.4.0
2026-07-28T00:13:20.0308839Z    Compiling signal-hook-registry v1.4.8
2026-07-28T00:13:20.1460606Z    Compiling lru v0.16.4
2026-07-28T00:13:20.2600602Z    Compiling darling_core v0.23.0
2026-07-28T00:13:20.3049847Z    Compiling serde_derive v1.0.228
2026-07-28T00:13:20.3230622Z    Compiling zeroize_derive v1.4.3
2026-07-28T00:13:20.3678243Z    Compiling tokio-macros v2.7.0
2026-07-28T00:13:20.4019184Z    Compiling futures-macro v0.3.32
2026-07-28T00:13:20.6730555Z    Compiling zerofrom-derive v0.1.7
2026-07-28T00:13:20.8943208Z    Compiling zeroize v1.8.2
2026-07-28T00:13:21.0889772Z    Compiling yoke-derive v0.8.2
2026-07-28T00:13:21.1844797Z    Compiling tokio v1.52.3
2026-07-28T00:13:21.5157322Z    Compiling futures-util v0.3.32
2026-07-28T00:13:21.7710792Z    Compiling zerovec-derive v0.11.3
2026-07-28T00:13:21.9957251Z    Compiling displaydoc v0.2.6
2026-07-28T00:13:22.0310734Z    Compiling tracing-attributes v0.1.31
2026-07-28T00:13:22.1800498Z    Compiling rustls-pki-types v1.14.1
2026-07-28T00:13:22.2854883Z    Compiling zerofrom v0.1.8
2026-07-28T00:13:22.4329568Z    Compiling thiserror-impl v2.0.18
2026-07-28T00:13:22.5670781Z    Compiling yoke v0.8.3
2026-07-28T00:13:22.7838901Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-28T00:13:22.9156526Z    Compiling zerotrie v0.2.4
2026-07-28T00:13:23.3393847Z    Compiling darling_macro v0.20.11
2026-07-28T00:13:23.4372860Z    Compiling zerovec v0.11.6
2026-07-28T00:13:23.4790456Z    Compiling derive_more-impl v2.1.1
2026-07-28T00:13:23.5530638Z    Compiling n0-error-macros v0.1.3
2026-07-28T00:13:23.7160680Z    Compiling spez v0.1.2
2026-07-28T00:13:23.7255029Z    Compiling darling v0.20.11
2026-07-28T00:13:23.8077375Z    Compiling derive_builder_core v0.20.2
2026-07-28T00:13:24.0990670Z    Compiling der v0.8.0-rc.10
2026-07-28T00:13:24.2985905Z    Compiling tinystr v0.8.3
2026-07-28T00:13:24.3094873Z    Compiling potential_utf v0.1.5
2026-07-28T00:13:24.4281160Z    Compiling icu_collections v2.2.0
2026-07-28T00:13:24.5729652Z    Compiling icu_locale_core v2.2.0
2026-07-28T00:13:24.5870602Z    Compiling pin-project-internal v1.1.13
2026-07-28T00:13:24.9060884Z    Compiling n0-error v0.1.3
2026-07-28T00:13:25.2530531Z    Compiling cobs v0.3.0
2026-07-28T00:13:25.2977135Z    Compiling futures-executor v0.3.32
2026-07-28T00:13:25.3305627Z    Compiling derive_builder_macro v0.20.2
2026-07-28T00:13:25.4441355Z    Compiling ed25519-dalek v2.2.0
2026-07-28T00:13:25.6195114Z    Compiling spki v0.8.0-rc.4
2026-07-28T00:13:25.6790754Z    Compiling futures v0.3.32
2026-07-28T00:13:25.6925883Z    Compiling derive_builder v0.20.2
2026-07-28T00:13:25.7460999Z    Compiling spt-proto v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-28T00:13:25.8191910Z    Compiling icu_provider v2.2.0
2026-07-28T00:13:25.8491161Z    Compiling ipnet v2.12.0
2026-07-28T00:13:25.9040658Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-28T00:13:26.1030675Z    Compiling ed25519 v3.0.0-rc.4
2026-07-28T00:13:26.1417258Z    Compiling pin-project v1.1.13
2026-07-28T00:13:26.2610941Z    Compiling icu_normalizer v2.2.0
2026-07-28T00:13:26.2910829Z    Compiling icu_properties v2.2.0
2026-07-28T00:13:26.3461078Z    Compiling prefix-trie v0.8.4
2026-07-28T00:13:26.6210868Z    Compiling once_cell v1.21.4
2026-07-28T00:13:26.6442032Z    Compiling postcard-derive v0.2.2
2026-07-28T00:13:26.7520811Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-28T00:13:26.9460797Z    Compiling tracing-core v0.1.36
2026-07-28T00:13:27.1429886Z    Compiling tokio-util v0.7.18
2026-07-28T00:13:27.1789370Z    Compiling netlink-sys v0.8.8
2026-07-28T00:13:27.2003628Z    Compiling postcard v1.1.3
2026-07-28T00:13:27.2126896Z    Compiling hashbrown v0.14.5
2026-07-28T00:13:27.2271986Z    Compiling data-encoding-macro v0.1.20
2026-07-28T00:13:27.2606152Z    Compiling tower v0.5.3
2026-07-28T00:13:27.3111405Z    Compiling rustls-native-certs v0.8.4
2026-07-28T00:13:27.5459946Z    Compiling tracing v0.1.44
2026-07-28T00:13:27.7021407Z    Compiling strum_macros v0.28.0
2026-07-28T00:13:27.8360773Z    Compiling idna_adapter v1.2.2
2026-07-28T00:13:27.9263957Z    Compiling idna v1.1.0
2026-07-28T00:13:27.9459437Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-28T00:13:27.9590715Z    Compiling num_enum_derive v0.7.6
2026-07-28T00:13:28.0331509Z    Compiling hashlink v0.9.1
2026-07-28T00:13:28.0470914Z    Compiling async-trait v0.1.89
2026-07-28T00:13:28.0651167Z    Compiling iroh-metrics-derive v0.4.1
2026-07-28T00:13:28.0970593Z    Compiling derive_more v2.1.1
2026-07-28T00:13:28.2448782Z    Compiling enum-assoc v1.3.0
2026-07-28T00:13:28.2527277Z    Compiling iroh-relay v0.98.0
2026-07-28T00:13:28.3050862Z    Compiling netlink-proto v0.12.0
2026-07-28T00:13:28.4098547Z    Compiling url v2.5.8
2026-07-28T00:13:28.4240588Z    Compiling h2 v0.4.14
2026-07-28T00:13:28.5360754Z    Compiling rusqlite v0.32.1
2026-07-28T00:13:28.5561041Z    Compiling iroh-metrics v0.38.3
2026-07-28T00:13:28.6348790Z    Compiling n0-watcher v0.6.1
2026-07-28T00:13:28.6489973Z    Compiling tokio-stream v0.1.18
2026-07-28T00:13:28.6501771Z    Compiling netdev v0.42.0
2026-07-28T00:13:28.9157917Z    Compiling moka v0.12.15
2026-07-28T00:13:29.1451003Z    Compiling serde_spanned v0.6.9
2026-07-28T00:13:29.1601659Z    Compiling num_enum v0.7.6
2026-07-28T00:13:29.2130519Z    Compiling toml_datetime v0.6.11
2026-07-28T00:13:29.2637938Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-28T00:13:29.2714802Z    Compiling attohttpc v0.30.1
2026-07-28T00:13:29.2825784Z    Compiling tower-http v0.6.11
2026-07-28T00:13:29.3023446Z    Compiling iroh-base v0.98.0
2026-07-28T00:13:29.3892049Z    Compiling thiserror-impl v1.0.69
2026-07-28T00:13:29.3999231Z    Compiling ref-cast-impl v1.0.25
2026-07-28T00:13:29.6250719Z    Compiling toml_edit v0.22.27
2026-07-28T00:13:29.8211250Z    Compiling spt-store v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-28T00:13:30.0509329Z    Compiling webpki-roots v1.0.7
2026-07-28T00:13:30.1620669Z    Compiling regex-automata v0.4.14
2026-07-28T00:13:30.3441088Z    Compiling schemars_derive v1.2.1
2026-07-28T00:13:30.3770277Z    Compiling serde_bytes v0.11.19
2026-07-28T00:13:30.5593135Z    Compiling seize v0.5.1
2026-07-28T00:13:30.6600726Z    Compiling hmac v0.12.1
2026-07-28T00:13:30.6680747Z    Compiling iroh v0.98.2
2026-07-28T00:13:30.7022824Z    Compiling strum v0.28.0
2026-07-28T00:13:30.7758818Z    Compiling cmov v0.5.4
2026-07-28T00:13:30.8117213Z    Compiling iroh-dns v0.98.0
2026-07-28T00:13:30.9846185Z    Compiling bitflags v1.3.2
2026-07-28T00:13:31.0494409Z    Compiling dyn-clone v1.0.20
2026-07-28T00:13:31.0622927Z    Compiling pin-utils v0.1.0
2026-07-28T00:13:31.1208251Z    Compiling rustix v0.38.44
2026-07-28T00:13:31.1464975Z    Compiling nix v0.25.1
2026-07-28T00:13:31.1840486Z    Compiling filedescriptor v0.8.3
2026-07-28T00:13:31.2100470Z    Compiling ctutils v0.4.2
2026-07-28T00:13:31.2453845Z    Compiling papaya v0.2.4
2026-07-28T00:13:31.3850406Z    Compiling hkdf v0.12.4
2026-07-28T00:13:31.3947584Z    Compiling backon v1.6.0
2026-07-28T00:13:31.4642377Z    Compiling darling_macro v0.23.0
2026-07-28T00:13:31.5542480Z    Compiling serial v0.4.0
2026-07-28T00:13:31.5700601Z    Compiling anstyle-parse v1.0.0
2026-07-28T00:13:31.6285753Z    Compiling vte_generate_state_changes v0.1.2
2026-07-28T00:13:31.6708246Z    Compiling linux-raw-sys v0.4.15
2026-07-28T00:13:31.7646526Z    Compiling downcast-rs v1.2.1
2026-07-28T00:13:31.7647348Z    Compiling anstyle-query v1.1.5
2026-07-28T00:13:31.8153570Z    Compiling foldhash v0.1.5
2026-07-28T00:13:31.8650336Z    Compiling colorchoice v1.0.5
2026-07-28T00:13:31.8830669Z    Compiling shell-words v1.1.1
2026-07-28T00:13:31.9640771Z    Compiling instability v0.3.12
2026-07-28T00:13:32.0183443Z    Compiling anstyle v1.0.14
2026-07-28T00:13:32.0367556Z    Compiling is_terminal_polyfill v1.70.2
2026-07-28T00:13:32.0431819Z    Compiling unicode-width v0.2.0
2026-07-28T00:13:32.0785948Z    Compiling vte v0.13.1
2026-07-28T00:13:32.1100675Z    Compiling hashbrown v0.15.5
2026-07-28T00:13:32.2140840Z    Compiling signal-hook-mio v0.2.5
2026-07-28T00:13:32.2990626Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-28T00:13:32.3370995Z    Compiling anstream v1.0.0
2026-07-28T00:13:32.3608186Z    Compiling darling v0.23.0
2026-07-28T00:13:32.4430690Z    Compiling toml v0.8.23
2026-07-28T00:13:32.5450643Z    Compiling schemars v1.2.1
2026-07-28T00:13:32.7893262Z    Compiling spake2 v0.4.0
2026-07-28T00:13:33.0412336Z    Compiling terminal_size v0.4.4
2026-07-28T00:13:33.2009740Z    Compiling regex v1.12.3
2026-07-28T00:13:33.2250671Z    Compiling strum_macros v0.26.4
2026-07-28T00:13:33.2409537Z    Compiling itertools v0.13.0
2026-07-28T00:13:33.5231808Z    Compiling sha1 v0.10.6
2026-07-28T00:13:33.5770584Z    Compiling castaway v0.2.4
2026-07-28T00:13:33.6820680Z    Compiling indoc v2.0.7
2026-07-28T00:13:33.8180913Z    Compiling unicode-width v0.1.14
2026-07-28T00:13:33.8303355Z    Compiling doctest-file v1.1.1
2026-07-28T00:13:33.9221138Z    Compiling spt-msg v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-28T00:13:34.1430893Z    Compiling hyper v1.10.1
2026-07-28T00:13:34.1779732Z    Compiling static_assertions v1.1.0
2026-07-28T00:13:34.2541164Z    Compiling spt-runtime v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-28T00:13:34.3707305Z    Compiling clap_lex v1.1.0
2026-07-28T00:13:34.6421122Z    Compiling clap_builder v4.6.0
2026-07-28T00:13:34.7670193Z    Compiling interprocess v2.4.2
2026-07-28T00:13:35.1400483Z    Compiling compact_str v0.8.2
2026-07-28T00:13:35.3930779Z    Compiling unicode-truncate v1.1.0
2026-07-28T00:13:35.4476746Z    Compiling portable-pty v0.8.1
2026-07-28T00:13:35.5367702Z    Compiling crossterm v0.28.1
2026-07-28T00:13:35.5805557Z    Compiling lru v0.12.5
2026-07-28T00:13:35.6611490Z    Compiling clap_derive v4.6.1
2026-07-28T00:13:35.7149053Z    Compiling strum v0.26.3
2026-07-28T00:13:35.7780686Z    Compiling iana-time-zone v0.1.65
2026-07-28T00:13:35.8218234Z    Compiling cassowary v0.3.0
2026-07-28T00:13:36.1518835Z    Compiling hyper-util v0.1.20
2026-07-28T00:13:36.1597375Z    Compiling spt-term v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-28T00:13:36.1688236Z    Compiling chrono v0.4.45
2026-07-28T00:13:36.4790627Z    Compiling nucleo-matcher v0.3.1
2026-07-28T00:13:36.5648936Z    Compiling ratatui v0.29.0
2026-07-28T00:13:36.7971273Z    Compiling qrcode v0.14.1
2026-07-28T00:13:36.8331656Z    Compiling tempfile v3.27.0
2026-07-28T00:13:37.9503537Z    Compiling spt-live v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-28T00:13:37.9719697Z    Compiling clap v4.6.1
2026-07-28T00:13:38.2650113Z    Compiling igd-next v0.17.1
2026-07-28T00:13:39.5521765Z    Compiling portmapper v0.16.0
2026-07-28T00:13:45.8506036Z    Compiling rustls-webpki v0.103.13
2026-07-28T00:13:48.2399757Z    Compiling tokio-rustls v0.26.4
2026-07-28T00:13:48.2400146Z    Compiling rustls-platform-verifier v0.7.0
2026-07-28T00:13:48.2400422Z    Compiling noq-proto v0.17.0
2026-07-28T00:13:48.3987348Z    Compiling hyper-rustls v0.27.9
2026-07-28T00:13:48.3988459Z    Compiling hickory-net v0.26.0-beta.4
2026-07-28T00:13:48.3988879Z    Compiling tokio-websockets v0.13.2
2026-07-28T00:13:48.5313429Z    Compiling reqwest v0.13.4
2026-07-28T00:13:49.4708880Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-28T00:14:03.7016680Z    Compiling spt-net v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-28T00:14:05.2252644Z    Compiling spt-daemon v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-28T00:14:15.5343569Z    Compiling spt v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-28T00:14:20.6162309Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 09s
2026-07-28T00:14:20.6399546Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-3c641108830fd335)
2026-07-28T00:14:20.6412424Z 
2026-07-28T00:14:20.6412734Z running 1 test
2026-07-28T00:14:26.8418859Z test new_brain_serves_against_old_broker ... ok
2026-07-28T00:14:26.8419318Z 
2026-07-28T00:14:26.8419585Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.20s
2026-07-28T00:14:26.8420164Z 
